home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / udev / rules.d / 95-hal.rules < prev    next >
Encoding:
Text File  |  2006-10-20  |  210 b   |  6 lines

  1. # Have udev pass data over a socket to hal 
  2. RUN+="socket:/org/freedesktop/hal/udev_event"
  3.  
  4. # unmount block devices when they are removed
  5. SUBSYSTEM=="block", ACTION=="remove", RUN+="/usr/lib/hal/hal-unmount.sh"
  6.